From 67311e1e98046b867db6feb8a40e5c0000dc8596 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 17 Aug 2002 06:18:34 +0000 Subject: [PATCH] Add gpspilot vecs. --- vecs.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vecs.c b/vecs.c index 3669d4281..e415193ae 100644 --- a/vecs.c +++ b/vecs.c @@ -39,6 +39,7 @@ extern ff_vecs_t tiger_vecs; extern ff_vecs_t pcx_vecs; extern ff_vecs_t csv_vecs; extern ff_vecs_t cetus_vecs; +extern ff_vecs_t gpspilot_vecs; static vecs_t vec_list[] = { @@ -97,6 +98,11 @@ vecs_t vec_list[] = { "cetus", "Cetus for Palm/OS" }, + { + &gpspilot_vecs, + "gpspilot", + "GPSPilot Tracker for Palm/OS" + }, { NULL, NULL, -- 2.30.2